home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 October: Mac OS SDK / Dev.CD Oct 00 SDK1.toast / Development Kits / Mac OS / Control Strip / Control Strip Sample / ControlStripSample.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-14  |  939 b   |  37 lines  |  [TEXT/MPS ]

  1. /**************************************************************************************
  2.  
  3.     file:        ControlStripSample.h
  4.  
  5.     contains:    header file for the ‘ControlStripSample’ sample Control Strip module
  6.  
  7.     author:        SC
  8.     modified:    DTS        06/07/94        rename files, comments to reflect name is
  9.                                         Control Strip (as opposed to Status Bar)
  10.  
  11.     created:    6/11/93
  12.  
  13.  
  14.     Copyright © 1993 by Apple Computer, Inc.  All rights reserved.
  15.  
  16. **************************************************************************************/
  17.  
  18.  
  19. #define    FirstIconID            256                    // icon suites to be used in the Control Strip module
  20. #define    SecondIconID        257
  21. #define    ThirdIconID            258
  22.  
  23. #define    PopupArrowPictID    256
  24.  
  25. #define    ConfigMenuID        256
  26. #define    mShowFirstIcon        1
  27. #define    mShowSecondIcon        2
  28. #define    mShowThirdIcon        3
  29.  
  30. #define    HelpStringsID        256
  31. #define    sFirstIconHelp        1
  32. #define    sSecondIconHelp        2
  33. #define    sThirdIconHelp        3
  34. #define    sPrefResourceName    4
  35.  
  36. #define    IconWidth            16
  37.